home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 2 / Deutsche Edition 2.iso / mac / TEXT / Excalibur 1.3 ƒ / Excalibur / Excalibur.rsrc / HTXT_1_Excalibur Philosophy_ < prev    next >
Text File  |  1993-01-10  |  823b  |  18 lines

  1. 
  2. One approach to LaTeX spell checking is to put all the commands
  3. into the dictionary. This yields limited success because it does
  4. not specify what should be done with the arguments of the
  5. commands. For example, the \label command has an argument that
  6. should always be ignored. On the other hand, the \section
  7. command has an argument that should always be spell checked. To
  8. complicate things more, there are commands such as
  9. \addtocontents that have one argument that should be ignored,
  10. and another that should be spell checked.
  11. 
  12. Excalibur does not  put LaTeX commands into its
  13. dictionary. Instead, it knows how to intelligently process each
  14. command. It knows which arguments to ignore and which it should
  15. spell check. As a result, Excalibur is a LaTeX spelling
  16. checker that does a very good job.
  17. 
  18.